home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / mycmm220.zip / GENERIC.SCP < prev    next >
Text File  |  1994-03-29  |  498b  |  12 lines

  1. ; *** Generic Script for logging into a BBS with MyComm ***
  2. ;
  3. ; This is provided as an example and may be modified for your own use.
  4. ;
  5. xmit("^M")                  ; send a carriage return
  6. waitfor(30, "User ID")      ; wait for them to ask for your name
  7. sendname()                  ; send your name for this dial entry
  8. waitfor(30, "Password")     ; wait for them to ask for your password
  9. sendpass()                  ; send your password for this dial entry
  10. exit()
  11. ; *** end of script ***
  12.